body { padding-bottom: 40px;}

a, a:hover { color: #3498db; }

h1 .label { font-weight: normal; }

/* h3 p should only impact the Welcome and Account name lines at the top of the global nav bar */
h3 p { font-size: 15px; line-height: 20px; }

input[type=submit] { margin-top: 20px; }
h1 input { margin-top: 0px !important; }

/* Custom centered div class */
.div-profile { text-align: center; }
.div-profile img { margin-top: 20px; margin-bottom: 25px;}
.div-profile i { font-size: 200px; color: #95a5a6; }

.header-alert { margin-top: 20px; }

.switcher { padding-top: 25px; }

.page-header { margin-top: 0px; }
.page-header .input-group, .page-header .btn-block { margin-top: 25px; }

.panel .table { margin-top: 5px; margin-bottom: 5px; }


/* Custom split table */
.table-split tr td:first-child {
	width: 40%;
	font-weight: bold;
	text-align: right;
}

th.action { width: 76px; }
th.actions { width: 156px; }
th.actions-vertical { width: 116px; }

td.phone { white-space: nowrap; }

td p:last-child {
	margin-bottom: 0;
}

td span.label { margin-top: 3px; }

td input { margin-top: 0 !important; }

td .list-unstyled { margin-bottom: 0; }

.list-group-item i {
	font-size: 25px; 
	position: absolute;
	right: 10px;
	top: 20px;
	visibility: hidden;
}

.list-group-item.single-item i { top: inherit; }

.list-group-item.active i { visibility: inherit; }

.profile-img { text-align: center; }
.profile-img>i { font-size: 25px; color: #95a5a6; }

.image-tn { width: 117px; }

.table-split span.label { line-height: 1.9; }

.form-group { margin-bottom: 25px; }

dt { margin-bottom: 10px; }

.control-label { margin-bottom: 5px !important; }

.description-panel {
	padding: 0 15px 0 15px;
}

.text-danger:hover { color: #e74c3c; }
.text-info:hover { color: #3498db; }

.text-required {
	float: right;
	margin-right: 20px;
	color: #3498db;
	font-size: small;
	padding-top: 11px;
}

.panel h4 { font-weight: bold; }
form .panel h4 { margin-top: 0; }

.navbar-brand:hover { color: #ffffff !important; }

.navbar-nav>li>a:hover { color: #ffffff !important; }

@media (max-width: 767px) {
	body { margin-top: 50px !important; }
}

.well a.list-group-item:hover, .well a.list-group-item.active { background-color: #2c3e50; color: white; }

/* highlight sorting head cells */
.sorttable_sorted, .sorttable_sorted_reverse { background-color: #4ae; }

/* show some arrows on the sortable table headers */
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after 
{
    content: " \25B4\25BE";
}
